home *** CD-ROM | disk | FTP | other *** search
Wildcat! WCX | 1995-02-12 | 750 b | 71 lines |
- '! Decompiled with wccNosy version 4.20f (freeware)
- '! Input File: in.wcx 750 bytes 10/03/124 10:26:04am
- '! Code Segment Size :513 bytes
- '! Data Segment Size :4496 bytes
- '! String Segment Size:237 bytes
- '! Compiled with WCC version 4.01
-
- Declare Function Func411(s65534 As String, s65532 As String) As Integer
- Declare Function Func462(s65534 As String, s65532 As String) As Integer
-
- Dim s4463 As String*25
- Dim s4488 As String
- Dim i4492 As Integer
- Dim i4494 As Integer
-
- Dim s65528_ As String '! Temporary
- Dim s65532_ As String '! Temporary
-
- i4492 = 0
- i4494 = 0
- Open ProgPath + "inaddfe.ini" For Input As 1
- 77 Do While Not EOF(1)
- Input #1, s4463
- If Func462((User.SecLevel), (s4463)) Then
- i4492 = -1
- End If
- 167 Loop
- 173 Close 1
- If i4492 = 0 Then
- Else
- 198 Open ProgPath + "baduser.lst" For Input As 1
- 223 Do While Not EOF(1)
- Input #1, s4488
- If Func411((User.Name), (s4488)) Then
- i4494 = -1
- End If
- 309 Loop
- 315 Close 1
- If i4494 = -1 Then
- Else
- 342 Chain ProgPath + "iauucp3.wcx", ""
- GoTo 402
- End If
- End If
- 366 Print
- Print "@0E@INADDFE - 1994 CyberDeck Systems Software@0F@"
- Print
- Print "Sorry you do not have the required access for this function. If you feel"
- Print "This is in error, please leave a comment to the Sysop. Thank you.@0E@"
- Print
- WaitEnter
- 402 End
-
- '! Called 1 time
- Function Func411(s65534 As String, s65532 As String) As Integer
- Func411 = 0
- If s65534 = s65532 Then
- Func411 = -1
- End If
- 454
- End Function
-
- '! Called 1 time
- Function Func462(s65534 As String, s65532 As String) As Integer
- Func462 = 0
- If s65534 = s65532 Then
- Func462 = -1
- End If
- 505
- End Function
-